Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / Columns Property


In This Topic
    Columns Property (CalendarSlotsPanel<S>)
    In This Topic
    Gets or sets the number of visible columns.
    Syntax
    'Declaration
     
    
    Public Property Columns As Integer
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As Integer
     
    instance.Columns = value
     
    value = instance.Columns
    public int Columns {get; set;}
    See Also